Example: Suppose the types employee and
student have been previously declared:
typedef union
{   employee EBorr;
     student SBorr;
} borrower;
borrower someone;